/* CSS Document */

/*
	z-index:  max value 1000;
	popElement: z-index set 9999
	other page position element set < 9999
*/
.hide {display: none;}
.content {
	width: 1200px;
	margin: 0 auto;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}

/*public header style start*/
.publicHeader {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9000;
	height: 69px;
	line-height: 69px;
	background: #fff;
	font-family: "Microsoft YaHei","微软雅黑";
	font-weight: normal;
	border-bottom: solid 1px #F0F0F0;

}
.publicHeader .content {
	width: 1200px;
	margin: 0 auto;
}
.publicHeader .content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}
.topSpace {
	padding-top: 69px;
}
.publicHeader li {
	margin: 0 0 0 50px;
	color: #333333;
	font-size: 18px;
	position: relative;
}
.publicHeader li.active:after,
.publicHeader li:hover:after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #2d6fac;
}
.publicHeader li a {
	color: #333;
	cursor: pointer;
}
.publicHeader li a:hover,
.publicHeader li:hover a {
	color: #2d6fac;	
	cursor: pointer;
}

/*public footer style start*/
.publicFooter {
	background: #f5f6fc;
}
.publicFooter .content {
	padding: 66px 0;
}
.publicFooter ul {
	margin: 0 68px 0 20px;
}
.publicFooter ul li {
	margin: 20px 0 0 0;
	font-size: 16px;
}
.publicFooter ul li.title {
	font-size: 20px;
	color: #1d1d1d;
}
.publicFooter ul li a {
	color: #1d1d1d;
	opacity: 0.68;
	filter: alpha(opacity=68);
}
.publicFooter .qd-inf p {
	font-size: 14px;
	color: #1f1f1f;
	padding: 16px 0 0 0;
	text-align: center;
}
.publicFooter-black {
	background: #232435;
}
.publicFooter-black ul li.title {
	color: #fff;
}
.publicFooter-black ul li a {
	color: #fff;
	opacity: 0.68;
	filter: alpha(opacity=68);
}
.publicFooter-black .qd-inf p {
	color: #fff;
	opacity: 0.68;
	filter: alpha(opacity=68);
}

/*侧边聊天*/
.bfecSideBar {
	width: 36px;
	/*height: 154px;*/
	right: 0px;
	top: 50%;	
	margin: -77px 0 0 0;
}
.bfecSideBar .sideBarItem {
	overflow: hidden;	
}
.bfecSideBar .sideBarItem,
.bfecSideBar .sideBarItem input {
	width: 36px;
	line-height: 36px;
	height: 36px;
	margin: 0 0 3px 0;
}
.bfecSideBar .sideBarInput {
	z-index: 10;	
}
.bfecSideBar span {
	z-index: 5;
	position: absolute;
}
.bfecSideBar span.slideText {
	width: 83px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	left: 36px;
	background: #4188c9;
	color: #fff;
	font-size: 14px;	
}
.bfecSideBar .QRCodeImg {
	right: 115%;
	top: -78px;
	width: 143px;
	height: 143px;
	border: solid 5px #4188c9;
	display: none;
	transition: linear 1s;
}
.bfecSideBar .sideBarInput:hover {
	background-color: #4188c9;	
}
.bfecSideBar .sideBarItem01 {
	background: #a0a3b1 url(../images/sideBar/siderIcon01.png) no-repeat center;	
}
.bfecSideBar .sideBarItem02 {
	background: #a0a3b1 url(../images/sideBar/siderIcon02.png) no-repeat center;	
}
.bfecSideBar .sideBarItem03 {
	background: #a0a3b1 url(../images/sideBar/siderIcon03.png) no-repeat center;	
}
.bfecSideBar .sideBarItem04 {
	background: #a0a3b1 url(../images/sideBar/siderIcon04.png) no-repeat center;	
}
.bfecSideBar .backPageTopBtn {
	display: none;	
}
.bfecSideBar .sideBarQRcodeItem {
	overflow: inherit;	
}
.bfecSideBar .sideBarQRcodeItem:hover .QRCodeImg {
	display: block;	
}